home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to "DONE-ROLL"
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to "DONE-NORM"
- end
-
- on mouseDown me
- set the member of sprite the currentSpriteNum to "DONE-MOUSE"
- end
-
- on mouseUp me
- set the member of sprite the currentSpriteNum to "DONE-ROLL"
- puppetSound(3, "soft metal")
- set the visible of sprite 64 to 0
- set the visible of sprite 66 to 0
- end
-